home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Oplane.res < prev    next >
Text File  |  2003-02-27  |  316b  |  15 lines

  1. CONTAINER Oplane
  2. {
  3.     NAME Oplane;
  4.     INCLUDE Obase;
  5.  
  6.     GROUP ID_OBJECTPROPERTIES
  7.     {
  8.         REAL PRIM_PLANE_WIDTH  { UNIT METER; MIN 0.0; }
  9.         REAL PRIM_PLANE_HEIGHT { UNIT METER; MIN 0.0; }
  10.         LONG PRIM_PLANE_SUBW   { MIN 1; MAX 1000; }
  11.         LONG PRIM_PLANE_SUBH   { MIN 1; MAX 1000; }
  12.     }
  13.     INCLUDE Oprimitiveaxis;
  14. }
  15.